Loading 3D Engine...

Advanced 3D Animation Studio

Model Tools

Animaciones

Captura Automática

0s 5s 10s
Listo para capturar

Physics Simulations

Rig Controls

Load a model and auto-rig to see controls

Auto-Rig Gizmo

Select bone to attach gizmo:

Mixamo Retargeting

Select source and target models:
Note: This will copy animations from source to target model
RECORDING

Animation Timeline

Scene Properties

Export Options

Animation Commands

{ "commands": [ { "type": "move", "target": "model_name", "position": [1, 0, 0], "duration": 2, "easing": "quadraticInOut" }, { "type": "rotate", "target": "model_name", "rotation": [0, 90, 0], "duration": 1.5 }, { "type": "pose", "target": "model_name", "joints": { "arm_L": {"rotation": [0, 0, 45]}, "arm_R": {"rotation": [0, 0, -45]} }, "duration": 2 } ] }
Command Types:
- move: Change position
- rotate: Change rotation
- scale: Change scale
- pose: Set joint rotations
Easing: linear, quadraticInOut, cubicInOut, elasticOut